home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / fhprtsc.zip / FHPRTSC.DOC < prev    next >
Text File  |  1993-05-01  |  2KB  |  55 lines

  1.  
  2.     In addition to the original package described below,
  3.     this archive includes two new routines:
  4.  
  5.     fhprtsc.com is a bug fix for hprtsc.com so that
  6.     it will drive an Epson FX-80 type printer. The new routine,
  7.     fhprtsc.com, functions just like the original hprtsc.com.
  8.  
  9.     Also included is a routine, nhprtsc.com, which does not
  10.     wait for the page number to be input. Instead, it just
  11.     automatically dumps graphics page 1 when PrtSc is pressed.
  12.     Included also are the modified assembly routines, commented
  13.     to indicate where the changes were made. This routine comes
  14.     with absolutely no guarantee of any kind.
  15.  
  16.                     Bill Reynolds
  17.                     breynolds@ucsd.edu 
  18.     
  19.  
  20.  
  21.  
  22.  
  23.  
  24.           This program implements a graphics screen dump from a
  25.           Hercules monochrome graphics board. It was written for the
  26.           Epson LX80/LX90 printers, but it should work on other Epson
  27.           compatible printers.
  28.           
  29.           To load the program, simply type HPRTSC from the DOS prompt.
  30.           This should probably be done in your AUTOEXEC.BAT file. From
  31.           then on you simply need to press the PrtSc key (it is
  32.           shifted) to print out a screen image.
  33.           
  34.           When the PrtSc key is pressed, HPRTSC checks to see if the
  35.           Hercules board is in text mode or graphics mode. If it is in
  36.           text mode, the screen is dumped to your printer as normal
  37.           ASCII characters. In graphics mode, HPRTSC will pause and
  38.           wait for you to press either the '1' or the '2' key to
  39.           indicate which of the two graphics pages on the Hercules
  40.           board you wish to dump (if you don't understand this, press
  41.           '1'; if that doesn't do what you want, press PrtSc again and
  42.           then try '2'). If you press any key other than '1' or '2',
  43.           HPRTSC will beep and then return. You can use this to freeze
  44.           an animated graphics display to look at it more closely.
  45.           Just press PrtSc to freeze the screen. To unfreeze it, just
  46.           press any key other than '1' or '2'.
  47.           
  48.           More detailed comments appear at the beginning of the source
  49.           code which is included with this package.
  50.           
  51.           Alan Groupe
  52.           Background Processes
  53.           PO Box 6347
  54.           Nashua, NH 03063 
  55.